go/types.term.String (method, view implemented interface methods)

3 uses

	go/types (current package)
		termlist.go#L30: 		buf.WriteString(x.String())
		typeterm.go#L19: func (x *term) String() string {
		union.go#L43: func (t *Term) String() string { return (*term)(t).String() }